.inner-banner-container {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    position: relative;
}

.inner-banner-links {
    position: absolute;
    bottom: 4%;
}

.inner-banner-links .home-link {
    color: red;
    font-weight: bold;
}

.inner-banner-links .inner-page-link {
    color: black;
    font-weight: bold;
}
@media screen and (max-width:991px){
   
    .inner-banner-container{
        padding-bottom: 20px;
    }
    .inner-banner-links {
        bottom: 5%;
     }
}

@media screen and (max-width:768px){
    
    .inner-banner-links {
        bottom: 4%;
     }
}